|
|
@@ -6,10 +6,15 @@ module Agents
|
6
|
6
|
|
7
|
7
|
description <<-MD
|
8
|
8
|
The Twitter Favorites List Agent follows the favorites list of a specified Twitter user.
|
|
9
|
+
|
9
|
10
|
#{twitter_dependencies_missing if dependencies_missing?}
|
|
11
|
+
|
10
|
12
|
To be able to use this Agent you need to authenticate with Twitter in the [Services](/services) section first.
|
|
13
|
+
|
11
|
14
|
You must also provide the `username` of the Twitter user, `number` of latest tweets to monitor and `history' as number of tweets that will be held in memory.
|
|
15
|
+
|
12
|
16
|
Set `expected_update_period_in_days` to the maximum amount of time that you'd expect to pass between Events being created by this Agent.
|
|
17
|
+
|
13
|
18
|
Set `starting_at` to the date/time (eg. `Mon Jun 02 00:38:12 +0000 2014`) you want to start receiving tweets from (default: agent's `created_at`)
|
14
|
19
|
MD
|
15
|
20
|
|